Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zendeskgarden/react-forms

Package Overview
Dependencies
Maintainers
0
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zendeskgarden/react-forms

Components relating to form elements in the Garden Design System

  • 8.76.8
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
201K
increased by321.23%
Maintainers
0
Weekly downloads
 
Created

What is @zendeskgarden/react-forms?

@zendeskgarden/react-forms is a package that provides a set of accessible and customizable form components for React applications. It is part of the Zendesk Garden design system, which aims to offer a consistent and visually appealing user interface.

What are @zendeskgarden/react-forms's main functionalities?

Text Input

The TextInput component allows users to input text data. It is customizable and can be styled according to the application's needs.

<TextInput placeholder='Enter text' />

Checkbox

The Checkbox component provides a way for users to make binary choices. It includes a label for accessibility and can be styled to fit the application's design.

<Checkbox label='Accept terms and conditions' />

Radio Button

The RadioGroup and Radio components allow users to select one option from a set. They are grouped together to ensure only one option can be selected at a time.

<RadioGroup name='options'><Radio label='Option 1' /><Radio label='Option 2' /></RadioGroup>

Select Dropdown

The Select component provides a dropdown menu for users to choose from multiple options. It is useful for forms where space is limited.

<Select><Option value='1'>Option 1</Option><Option value='2'>Option 2</Option></Select>

Other packages similar to @zendeskgarden/react-forms

Keywords

FAQs

Package last updated on 03 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc